home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
programming
/
other
/
wild
/
developer
/
examples
/
src
/
ppctimagemapping
/
startup.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-25
|
520b
|
19 lines
#include <exec/exec.h>
#include <inline/exec.h>
#include <intuition/intuition.h>
#include <graphics/gfxbase.h>
#include <dos/dosextens.h>
#include <workbench/startup.h>
#include <exec/libraries.h>
#define SysBase *(struct ExecBase **)4L
extern struct IntuitionBase *IntuitionBase;
extern struct GraphicsBase *GraphicsBase;
extern struct DOSBase *DOSBase;
extern struct Library *IffParseBase;
extern struct Process *ThisTask;
extern struct WBStartup *WBMessage;
extern struct WildBase *WildBase;
void exit(ULONG code);